/*
font-family: 'GillSansBold', Arial, sans-serif;		//bold
font-family: 'GillSans', Arial, sans-serif;	//normale
font-family: 'GillSansLight', Arial, sans-serif;	//normale
*/

@font-face {
	font-family: 'GillSans';
	src: url('fonts/gillsans.eot');
	src: url('fonts/gillsans.eot?#iefix') format('embedded-opentype'),
		url('fonts/gillsans.woff') format('woff'),
		url('fonts/gillsans.ttf') format('truetype'),
		url('fonts/gillsans.svg#gillsans') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: 'GillSansBold';
	src: url('fonts/GillSansStd-Bold.eot');
	src: local('☺'), url('fonts/GillSansStd-Bold.woff') format('woff'), url('fonts/GillSansStd-Bold.ttf') format('truetype'), url('fonts/GillSansStd-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'GillSansLight';
	src: url('fonts/GillSansStd-Light.eot');
	src: local('☺'), url('fonts/GillSansStd-Light.woff') format('woff'), url('fonts/GillSansStd-Light.ttf') format('truetype'), url('fonts/GillSansStd-Light.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	line-height: 100%;
}

body {
	color: #333;
	font-family: 'GillSans', Arial, sans-serif;
	font-size: 1em;
}

h1, h2, h3, h4, h5, strong {
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
}

ul {
	list-style: none outside none;
}

.indent {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.mainContainer {
    overflow: hidden;
    position: relative;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#periods {
	margin: 15px 0;
}

#periods li {
    display: inline-block;
	*float: left;
    text-align: center;
    width: 12%;
}

#periods li a {
	font-size: 18px;
}

#periods li.active a {
	color: #0054a3;
}

#periods li.active a {
	cursor: default;
	text-decoration: underline;
}

#milestones {
	background-color: #CCC;	
	height: 300px;
	overflow: hidden;
	font-size: 0;
}

#milestones.loading .wrapper {
	background: url(images/spinner.gif) center center #FFF no-repeat;
}

#milestones.loading .slider {
	visibility: hidden;
}

.slider {
	/*display: inline-block;*/
	float: left;
	height: 300px;
	width: 192px;
	position: relative;
	top: 0px;
}

.slider img {
	display: block;
}

.slider .block {
	display: block;
	position: relative;
}

.slider .box-text {
	display: none;
}

.slider .more-info {
	background: url(images/corner.png) center center transparent no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
	/*cursor: pointer;*/
	color: #FFF;
}

.slider .more-info span {
	position: absolute;
	bottom: 2px;
	right: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
}

.slider .overlay {
	background: url("images/bg-transp.png") repeat 0 0 transparent\0;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFFFFF;
	line-height: 300px;
	text-align: center;
	cursor: pointer;
}

.slider .overlay.on, .slider .block.active .overlay {
	background-color: #0054a3;
}

.slider .overlay .text {
	display: none;
	vertical-align: middle;
	padding: 0 8px;
}

.slider .overlay.on .text, .slider .block.active .text {
	display: inline-block;
	*display: inline;
}

.slider .overlay .title {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 5px;
}

.slider .overlay .subtitle {
	font-size: 16px;
}

#history {
	background-color: #EEE;	
	text-align: center;
}

#history .wrapper {
	background-color: #FFF;	
	padding: 1.5em 0 2em;
	min-height: 300px;
}

#history #text {
    padding: 0 7em;
	overflow: hidden;
	height: 8em;
}

#history #text article {
	display: none;
	position: relative;
	top: 0;
	padding-bottom: 1.5em;
	/*font-family: Arial, sans-serif\0;*/
}

/*#history #text article.active {
	display: block;
}*/

#history .title {
	font-family: 'GillSansBold', Arial, sans-serif;
	/*font-family: Arial, sans-serif\0;*/
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

#history p {
	line-height: 1.4em;
}

/* COUNTER */


#data-counter {
    overflow: hidden;
    padding-bottom: 1em;
    position: relative;
}


#data-counter .intro {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

#data-counter .counter-wrapper {
	padding-top: 18px;
}

#data-counter .comma {
	font-size: 120px;
	display: inline-block;
	vertical-align: top;
}

#data-counter .digit-con{
	height: 120px;
	overflow: hidden;
	display: inline-block;
	margin: 0 0.5em;
}

#data-counter .digit-con span{
	/*width:.75em;*/
	display: block;
	text-align: center;
	font-size: 120px;
	color: #333;
	position: relative;
	top: 0;
}


#history .arrows {
    cursor: pointer;
    display: block;
    height: 110px;
    position: absolute;
    top: 48px;
    width: 60px;
}

#history .arrows {
	background: url("images/arrows.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 110px;
	position: absolute;
	top: 42px;
	width: 60px;
	cursor: pointer;
}

#history .arrows.left {
	left: 95px;
	background-position: 20px center;
}

#history .arrows.right {
	background-position: -42px center;
	right: 70px;
}


/* LIGHTBOX */

#overlay_lightbox {
	background-color: #FFF;    
	bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 998;
	/*Trasperenza cross browser*/
	opacity: 0.9;
	filter: alpha(opacity=9);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	display: none;
}

#lightbox {
    display: none;
    height: 500px;
    left: 50%;
    margin-left: -480px;
    margin-top: -250px;
    position: absolute;
    top: 50%;
    width: 960px;
    z-index: 999;
}

/*#lightbox.loading {
    background: url("images/spinner.gif") no-repeat scroll center center transparent;
}*/

#lightbox .arrows {
	background: url("images/arrows_white.png") no-repeat scroll 10px center #0054a3;
	display: block;
	height: 110px;
	position: absolute;
	top: 195px;
	width: 48px;
	cursor: pointer;
	overflow: hidden;
}

#lightbox .arrows.off {
	background-color: #CCC;
	cursor: default;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

#lightbox .arrows.left {
    left: 0;
}

#lightbox .arrows.right {
    background-position: -26px center;
    right: 0;
}

#lightbox .box-right {
	float: right;
	margin-right: 48px;
	width: 300px;
}

#lightbox .box-left {
	float: right;
	margin-left: 48px;
	width: 564px;
	overflow: hidden;
	position: relative;
	/*margin-top: 30px;*/
	height: 490px;
	background: url("images/spinner.gif") no-repeat scroll center center transparent;
}

#lightbox .box-left.loaded {
	background-image: url();
}

#lightbox .images img {
	position: absolute;
}

#lightbox .video {
    overflow: hidden;
    right: 0;
    top: 30px;
    heigth: 200px;
	/*width: 45%;*/
	height: 50%;
	position: absolute;
	background: url("images/spinner_small.gif") no-repeat scroll center center transparent;
	display: none;
}

#lightbox.asset-video .v1, #lightbox.asset-video.asset-video2 .v2  {
	display: block;
}

#lightbox .video embed {
    height: 200px\0;
    width: 100%;
}

#lightbox .images img {
	width: 60%;
}

#lightbox.asset-1 .img-1 {
    margin-top: 30px;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

#lightbox.asset-1.asset-video .img-1 {
    max-height: 50%;
    width: auto;
	max-width: 100%;
}

#lightbox.asset-video.asset-video2 .img-1 {
    max-height: 42%;
    max-width: 54%;
	right: 0;
}

#lightbox.asset-video .video {
	top: auto;
	bottom: 0;
	width: 70%;
}

#lightbox.asset-video.asset-video2 .video {
	width: 49%;
}

#lightbox.asset-video.asset-video2 .v2 {
	left: 0;
	top: 29%;
}

#lightbox.asset-2 .images .img-1 {
    height: auto;
    max-height: 58%;
    max-width: 70%;
    width: auto;
}

#lightbox.asset-2 .images .img-2 {
    bottom: 0;
    height: 40%;
    right: 0;
    width: auto;
}

#lightbox.asset-2.asset-video .images .img-1 {
    top: 53%;
    width: 48%;
}

#lightbox.asset-2.asset-video .images .img-2 {
    bottom: 0;
    height: 42%;
    max-width: 50%;
    right: 0;
    width: auto;
}

#lightbox.asset-2 .video {
	top: 50px;
	width: 60%;
}

#lightbox.asset-3 .images .img-1 {
    bottom: 35%;
    max-width: 53%;
    z-index: 10;
}

#lightbox.asset-3 .images .img-2, #lightbox.asset-4 .images .img-2 {
	right: 0;
	top: 37%;
	width: auto;
	margin-top: 30px;
}

#lightbox.asset-3 .images .img-3, #lightbox.asset-4 .images .img-3 {
	max-height: 40%;
	right: 0;
	top: 30px;
	z-index: 10;
	width: auto;
	max-width: 45%;
}

#lightbox.asset-3 .images .img-2 {
    bottom: 0;
    max-height: 50%;
    max-width: 60%;
    top: auto;
}

#lightbox.asset-3.asset-video .video {
	left: 0px;
	top: 40%;
	margin-top: 30px;
	width: 55%;
}

#lightbox.asset-3.asset-video .img-2 {
    max-height: 55%;
    width: auto;
}

#lightbox .asset-video .video {
	left: 0;
    margin: 30px 0 0;
    top: 0;
    width: 100%;
	height: 460px;
	background: none;
}

#lightbox .asset-video .video embed {
    height: 100%\0;
}

#lightbox .asset-video .images {
	display: none;
}

#lightbox img {
	-moz-box-shadow: 10px 10px 0px #b0b2b2;
    -webkit-box-shadow: 10px 10px 0px #b0b2b2;
    box-shadow: 10px 10px 0px rgba(0,0,0,0.2);
	/*max-width: 864px;
	max-height: 350px;*/
}

#lightbox .box-text {
	padding: 20px;
	background-color: #FFF;
	height: 420px;
    -moz-box-shadow: 10px 10px 0px #b0b2b2;
    -webkit-box-shadow: 10px 10px 0px #b0b2b2;
    box-shadow: 10px 10px 0px rgba(0,0,0,0.2);
	margin-top: 30px;
}

#lightbox .lb-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
}

#lightbox .lb-footer .box-text {
	padding: 20px;
	background-color: #FFF;
    -moz-box-shadow: 10px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 10px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 10px 10px 0px rgba(0,0,0,0.2);
	/*margin: 0 48px;*/
	text-align: center;
	border: 1px solid #b0b2b2\0;
}

#lightbox .title {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
}

#lightbox .close {
    background-color: #0054A3;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 26px;
    height: 30px;
    text-align: center;
    width: 30px;
}